go/types.TypeParamList.tparams (field)

4 uses

	go/types (current package)
		typelists.go#L8: type TypeParamList struct{ tparams []*TypeParam }
		typelists.go#L15: func (l *TypeParamList) At(i int) *TypeParam { return l.tparams[i] }
		typelists.go#L24: 	return l.tparams
		typelists.go#L68: 	return &TypeParamList{tparams: list}